golang.org/x/tools/internal/gcimporter.importer.rawByte (method)
8 uses
golang.org/x/tools/internal/gcimporter (current package)
bimport.go#L84: if b := p.rawByte(); b == 'c' || b == 'd' {
bimport.go#L94: p.trackAllTypes = p.rawByte() == 'a'
bimport.go#L118: p.debugFormat = p.rawStringln(p.rawByte()) == "debug"
bimport.go#L888: p.buf[i] = p.rawByte()
bimport.go#L896: if got := p.rawByte(); got != want {
bimport.go#L920: b = p.rawByte()
bimport.go#L927: return p.rawByte(), nil
bimport.go#L933: func (p *importer) rawByte() byte {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)